🚀 Socket Launch Week 🚀 Day 5: Introducing Socket Fix.Learn More

@advanced-rest-client/oauth2-scope-selector

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@advanced-rest-client/oauth2-scope-selector

A selector for the OAuth scope. It provides an UI to enter a scope for the AOuth settings

3.1.0
Version published
Weekly downloads
0
Maintainers
3
Weekly downloads
 
Created

Published on NPM

Build Status

<oauth2-scope-selector>

Form element that provides the UI to enter a scope for OAuth 2.0 settings.

<oauth2-scope-selector name="scope" allowedscopes='["email", "profile"]'></oauth2-scope-selector>

Usage

Installation

npm install --save @advanced-rest-client/oauth2-scope-selector

In an html file

<html>
  <head>
    <script type="module">
      import '@advanced-rest-client/oauth2-scope-selector/oauth2-scope-selector.js';
    </script>
  </head>
  <body>
    <oauth2-scope-selector></oauth2-scope-selector>
  </body>
</html>

Deveopment

git clone https://github.com/advanced-rest-client/oauth2-scope-selector
cd oauth2-scope-selector
npm install

Running the demo locally

npm start

Running the tests

npm test

API components

This components is a part of API components ecosystem

FAQs

Package last updated on 30 Jun 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts